(0) Obligation:
Runtime Complexity TRS:
The TRS R consists of the following rules:
incr(nil) → nil
incr(cons(X, L)) → cons(s(X), incr(L))
adx(nil) → nil
adx(cons(X, L)) → incr(cons(X, adx(L)))
nats → adx(zeros)
zeros → cons(0, zeros)
head(cons(X, L)) → X
tail(cons(X, L)) → L
Rewrite Strategy: FULL
(1) RenamingProof (EQUIVALENT transformation)
Renamed function symbols to avoid clashes with predefined symbol.
(2) Obligation:
Runtime Complexity Relative TRS:
The TRS R consists of the following rules:
incr(nil) → nil
incr(cons(X, L)) → cons(s(X), incr(L))
adx(nil) → nil
adx(cons(X, L)) → incr(cons(X, adx(L)))
nats → adx(zeros)
zeros → cons(0', zeros)
head(cons(X, L)) → X
tail(cons(X, L)) → L
S is empty.
Rewrite Strategy: FULL
(3) SlicingProof (LOWER BOUND(ID) transformation)
Sliced the following arguments:
s/0
(4) Obligation:
Runtime Complexity Relative TRS:
The TRS R consists of the following rules:
incr(nil) → nil
incr(cons(X, L)) → cons(s, incr(L))
adx(nil) → nil
adx(cons(X, L)) → incr(cons(X, adx(L)))
nats → adx(zeros)
zeros → cons(0', zeros)
head(cons(X, L)) → X
tail(cons(X, L)) → L
S is empty.
Rewrite Strategy: FULL
(5) TypeInferenceProof (BOTH BOUNDS(ID, ID) transformation)
Infered types.
(6) Obligation:
TRS:
Rules:
incr(nil) → nil
incr(cons(X, L)) → cons(s, incr(L))
adx(nil) → nil
adx(cons(X, L)) → incr(cons(X, adx(L)))
nats → adx(zeros)
zeros → cons(0', zeros)
head(cons(X, L)) → X
tail(cons(X, L)) → L
Types:
incr :: nil:cons → nil:cons
nil :: nil:cons
cons :: s:0' → nil:cons → nil:cons
s :: s:0'
adx :: nil:cons → nil:cons
nats :: nil:cons
zeros :: nil:cons
0' :: s:0'
head :: nil:cons → s:0'
tail :: nil:cons → nil:cons
hole_nil:cons1_0 :: nil:cons
hole_s:0'2_0 :: s:0'
gen_nil:cons3_0 :: Nat → nil:cons
(7) OrderProof (LOWER BOUND(ID) transformation)
Heuristically decided to analyse the following defined symbols:
incr,
adx,
zerosThey will be analysed ascendingly in the following order:
incr < adx
(8) Obligation:
TRS:
Rules:
incr(
nil) →
nilincr(
cons(
X,
L)) →
cons(
s,
incr(
L))
adx(
nil) →
niladx(
cons(
X,
L)) →
incr(
cons(
X,
adx(
L)))
nats →
adx(
zeros)
zeros →
cons(
0',
zeros)
head(
cons(
X,
L)) →
Xtail(
cons(
X,
L)) →
LTypes:
incr :: nil:cons → nil:cons
nil :: nil:cons
cons :: s:0' → nil:cons → nil:cons
s :: s:0'
adx :: nil:cons → nil:cons
nats :: nil:cons
zeros :: nil:cons
0' :: s:0'
head :: nil:cons → s:0'
tail :: nil:cons → nil:cons
hole_nil:cons1_0 :: nil:cons
hole_s:0'2_0 :: s:0'
gen_nil:cons3_0 :: Nat → nil:cons
Generator Equations:
gen_nil:cons3_0(0) ⇔ nil
gen_nil:cons3_0(+(x, 1)) ⇔ cons(s, gen_nil:cons3_0(x))
The following defined symbols remain to be analysed:
incr, adx, zeros
They will be analysed ascendingly in the following order:
incr < adx
(9) RewriteLemmaProof (LOWER BOUND(ID) transformation)
Proved the following rewrite lemma:
incr(
gen_nil:cons3_0(
n5_0)) →
gen_nil:cons3_0(
n5_0), rt ∈ Ω(1 + n5
0)
Induction Base:
incr(gen_nil:cons3_0(0)) →RΩ(1)
nil
Induction Step:
incr(gen_nil:cons3_0(+(n5_0, 1))) →RΩ(1)
cons(s, incr(gen_nil:cons3_0(n5_0))) →IH
cons(s, gen_nil:cons3_0(c6_0))
We have rt ∈ Ω(n1) and sz ∈ O(n). Thus, we have ircR ∈ Ω(n).
(10) Complex Obligation (BEST)
(11) Obligation:
TRS:
Rules:
incr(
nil) →
nilincr(
cons(
X,
L)) →
cons(
s,
incr(
L))
adx(
nil) →
niladx(
cons(
X,
L)) →
incr(
cons(
X,
adx(
L)))
nats →
adx(
zeros)
zeros →
cons(
0',
zeros)
head(
cons(
X,
L)) →
Xtail(
cons(
X,
L)) →
LTypes:
incr :: nil:cons → nil:cons
nil :: nil:cons
cons :: s:0' → nil:cons → nil:cons
s :: s:0'
adx :: nil:cons → nil:cons
nats :: nil:cons
zeros :: nil:cons
0' :: s:0'
head :: nil:cons → s:0'
tail :: nil:cons → nil:cons
hole_nil:cons1_0 :: nil:cons
hole_s:0'2_0 :: s:0'
gen_nil:cons3_0 :: Nat → nil:cons
Lemmas:
incr(gen_nil:cons3_0(n5_0)) → gen_nil:cons3_0(n5_0), rt ∈ Ω(1 + n50)
Generator Equations:
gen_nil:cons3_0(0) ⇔ nil
gen_nil:cons3_0(+(x, 1)) ⇔ cons(s, gen_nil:cons3_0(x))
The following defined symbols remain to be analysed:
adx, zeros
(12) RewriteLemmaProof (LOWER BOUND(ID) transformation)
Proved the following rewrite lemma:
adx(
gen_nil:cons3_0(
n201_0)) →
gen_nil:cons3_0(
n201_0), rt ∈ Ω(1 + n201
0 + n201
02)
Induction Base:
adx(gen_nil:cons3_0(0)) →RΩ(1)
nil
Induction Step:
adx(gen_nil:cons3_0(+(n201_0, 1))) →RΩ(1)
incr(cons(s, adx(gen_nil:cons3_0(n201_0)))) →IH
incr(cons(s, gen_nil:cons3_0(c202_0))) →LΩ(2 + n2010)
gen_nil:cons3_0(+(n201_0, 1))
We have rt ∈ Ω(n2) and sz ∈ O(n). Thus, we have ircR ∈ Ω(n2).
(13) Complex Obligation (BEST)
(14) Obligation:
TRS:
Rules:
incr(
nil) →
nilincr(
cons(
X,
L)) →
cons(
s,
incr(
L))
adx(
nil) →
niladx(
cons(
X,
L)) →
incr(
cons(
X,
adx(
L)))
nats →
adx(
zeros)
zeros →
cons(
0',
zeros)
head(
cons(
X,
L)) →
Xtail(
cons(
X,
L)) →
LTypes:
incr :: nil:cons → nil:cons
nil :: nil:cons
cons :: s:0' → nil:cons → nil:cons
s :: s:0'
adx :: nil:cons → nil:cons
nats :: nil:cons
zeros :: nil:cons
0' :: s:0'
head :: nil:cons → s:0'
tail :: nil:cons → nil:cons
hole_nil:cons1_0 :: nil:cons
hole_s:0'2_0 :: s:0'
gen_nil:cons3_0 :: Nat → nil:cons
Lemmas:
incr(gen_nil:cons3_0(n5_0)) → gen_nil:cons3_0(n5_0), rt ∈ Ω(1 + n50)
adx(gen_nil:cons3_0(n201_0)) → gen_nil:cons3_0(n201_0), rt ∈ Ω(1 + n2010 + n20102)
Generator Equations:
gen_nil:cons3_0(0) ⇔ nil
gen_nil:cons3_0(+(x, 1)) ⇔ cons(s, gen_nil:cons3_0(x))
The following defined symbols remain to be analysed:
zeros
(15) NoRewriteLemmaProof (LOWER BOUND(ID) transformation)
Could not prove a rewrite lemma for the defined symbol zeros.
(16) Obligation:
TRS:
Rules:
incr(
nil) →
nilincr(
cons(
X,
L)) →
cons(
s,
incr(
L))
adx(
nil) →
niladx(
cons(
X,
L)) →
incr(
cons(
X,
adx(
L)))
nats →
adx(
zeros)
zeros →
cons(
0',
zeros)
head(
cons(
X,
L)) →
Xtail(
cons(
X,
L)) →
LTypes:
incr :: nil:cons → nil:cons
nil :: nil:cons
cons :: s:0' → nil:cons → nil:cons
s :: s:0'
adx :: nil:cons → nil:cons
nats :: nil:cons
zeros :: nil:cons
0' :: s:0'
head :: nil:cons → s:0'
tail :: nil:cons → nil:cons
hole_nil:cons1_0 :: nil:cons
hole_s:0'2_0 :: s:0'
gen_nil:cons3_0 :: Nat → nil:cons
Lemmas:
incr(gen_nil:cons3_0(n5_0)) → gen_nil:cons3_0(n5_0), rt ∈ Ω(1 + n50)
adx(gen_nil:cons3_0(n201_0)) → gen_nil:cons3_0(n201_0), rt ∈ Ω(1 + n2010 + n20102)
Generator Equations:
gen_nil:cons3_0(0) ⇔ nil
gen_nil:cons3_0(+(x, 1)) ⇔ cons(s, gen_nil:cons3_0(x))
No more defined symbols left to analyse.
(17) LowerBoundsProof (EQUIVALENT transformation)
The lowerbound Ω(n2) was proven with the following lemma:
adx(gen_nil:cons3_0(n201_0)) → gen_nil:cons3_0(n201_0), rt ∈ Ω(1 + n2010 + n20102)
(18) BOUNDS(n^2, INF)
(19) Obligation:
TRS:
Rules:
incr(
nil) →
nilincr(
cons(
X,
L)) →
cons(
s,
incr(
L))
adx(
nil) →
niladx(
cons(
X,
L)) →
incr(
cons(
X,
adx(
L)))
nats →
adx(
zeros)
zeros →
cons(
0',
zeros)
head(
cons(
X,
L)) →
Xtail(
cons(
X,
L)) →
LTypes:
incr :: nil:cons → nil:cons
nil :: nil:cons
cons :: s:0' → nil:cons → nil:cons
s :: s:0'
adx :: nil:cons → nil:cons
nats :: nil:cons
zeros :: nil:cons
0' :: s:0'
head :: nil:cons → s:0'
tail :: nil:cons → nil:cons
hole_nil:cons1_0 :: nil:cons
hole_s:0'2_0 :: s:0'
gen_nil:cons3_0 :: Nat → nil:cons
Lemmas:
incr(gen_nil:cons3_0(n5_0)) → gen_nil:cons3_0(n5_0), rt ∈ Ω(1 + n50)
adx(gen_nil:cons3_0(n201_0)) → gen_nil:cons3_0(n201_0), rt ∈ Ω(1 + n2010 + n20102)
Generator Equations:
gen_nil:cons3_0(0) ⇔ nil
gen_nil:cons3_0(+(x, 1)) ⇔ cons(s, gen_nil:cons3_0(x))
No more defined symbols left to analyse.
(20) LowerBoundsProof (EQUIVALENT transformation)
The lowerbound Ω(n2) was proven with the following lemma:
adx(gen_nil:cons3_0(n201_0)) → gen_nil:cons3_0(n201_0), rt ∈ Ω(1 + n2010 + n20102)
(21) BOUNDS(n^2, INF)
(22) Obligation:
TRS:
Rules:
incr(
nil) →
nilincr(
cons(
X,
L)) →
cons(
s,
incr(
L))
adx(
nil) →
niladx(
cons(
X,
L)) →
incr(
cons(
X,
adx(
L)))
nats →
adx(
zeros)
zeros →
cons(
0',
zeros)
head(
cons(
X,
L)) →
Xtail(
cons(
X,
L)) →
LTypes:
incr :: nil:cons → nil:cons
nil :: nil:cons
cons :: s:0' → nil:cons → nil:cons
s :: s:0'
adx :: nil:cons → nil:cons
nats :: nil:cons
zeros :: nil:cons
0' :: s:0'
head :: nil:cons → s:0'
tail :: nil:cons → nil:cons
hole_nil:cons1_0 :: nil:cons
hole_s:0'2_0 :: s:0'
gen_nil:cons3_0 :: Nat → nil:cons
Lemmas:
incr(gen_nil:cons3_0(n5_0)) → gen_nil:cons3_0(n5_0), rt ∈ Ω(1 + n50)
Generator Equations:
gen_nil:cons3_0(0) ⇔ nil
gen_nil:cons3_0(+(x, 1)) ⇔ cons(s, gen_nil:cons3_0(x))
No more defined symbols left to analyse.
(23) LowerBoundsProof (EQUIVALENT transformation)
The lowerbound Ω(n1) was proven with the following lemma:
incr(gen_nil:cons3_0(n5_0)) → gen_nil:cons3_0(n5_0), rt ∈ Ω(1 + n50)
(24) BOUNDS(n^1, INF)